| Visual Basic (Declaration) | |
|---|---|
| Public Function New( _ ByVal name As String, _ ByVal ParamArray elementList() As Element _ ) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public Series( string name, params Element[] elementList ) | |
Parameters
- name
- Name of the series.
- elementList
- List of Element objects added to the series.
 
     
     
     
    